home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
athlete_.swf
/
scripts
/
DefineButton2_120
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
132b
|
9 lines
on(release){
_root.mheight += 5;
if(20 < _root.mheight)
{
_root.mheight = 20;
}
nop = _root.mheight;
}